com.gs.phone.entity

BaseLine

ClassName:BaseLine
BaseLine 的实体类

支持的产品:

All


详情

方法

方法 描述
public int getLineId(); 获取线路id

返回值:

int: 线路id

支持的产品:

All

public int getAccountId(); 获取帐号id

返回值:

int 帐号id

支持的产品:

All

public int getCallMode(); 获取通话模式,参考 {@link PhoneContext.CallMode}

返回值:

int 通话模式

支持的产品:

All

public int getCallDirection(); 获取通话方向

返回值:

int 通话方向

支持的产品:

All

public String getLocalNumber(); 获取线路中的本地号码

返回值:

String: 本地号码

支持的产品:

All

public String getRemoteNumber(); 获取对方的电话号码

返回值:

String 电话号码

支持的产品:

All

public String getRemoteName(); 获取对方的名称

返回值:

String 对方的名称

支持的产品:

All

public long getRealStartTime(); 获取开始时间

返回值:

long 开始时间

支持的产品:

All

public int getStatus(); 获取线路状态

返回值:

int 线路状态

支持的产品:

All

public boolean isOnHold(); 当前线路是否处于保持状态

返回值:

是否为保持状态, true:是 false:否

支持的产品:

All

public boolean isLocalMuted(); 本地是否被禁音

返回值:

是否禁音, true:是 false:否

支持的产品:

All

public boolean isRemoteMuted(); 远程是否被禁音

返回值:

是否禁音, true:是 false:否

支持的产品:

All

public int getErrCode(); 获取错误码

返回值:

int 错误码

支持的产品:

All

public boolean isVideoOn(); 视频流是否有在传输

返回值:

boolean true/false

支持的产品:

All


成员和常量

成员 描述